| Samraksh.eMote.NonVolatileMemory Namespace > DataStore Class > Write Method : Write(UInt32,Byte[],UInt32,UInt32,Byte) Method |
'Declaration<ObsoleteAttribute("Deprecated. Use WriteRaw instead.")> Public Overloads Function Write( _ ByVal address As UInteger, _ ByVal data() As Byte, _ ByVal offset As UInteger, _ ByVal numBytes As UInteger, _ ByVal dataType As Byte _ ) As Integer
'UsageDim instance As DataStore Dim address As UInteger Dim data() As Byte Dim offset As UInteger Dim numBytes As UInteger Dim dataType As Byte Dim value As Integer value = instance.Write(address, data, offset, numBytes, dataType)
Target Platforms: eMote .NOW